#web application

[ follow ]

How to Build SaaS Multi-Tenant Applications: Multi-Tenant SaaS in 200 Lines of Code

SaaS application can be built in about 200 lines of code using PostgreSQL and Gliimly.
#web-application

3D Print Designer Web Application using Vue.js

Node.js and npm are required to run the 3D Print Designer Web Application.
Vue CLI is used to install the necessary dependencies for the application.

Using Generative AI to Detect Cat Breeds

The author created a web application using Google's Gemini AI to identify cats in pictures.
The front end of the application uses a native web platform feature to access the user's camera or allow file selection.

A Random Recipe App built in Nuxt

The Nuxt Random Recipe App is a small recipe application developed in Nuxt for a live-coding session at Vue.js Nation 2024.
The app showcases various features and technologies associated with Nuxt and follows best practices for building modern web applications.

A dictionary web app for researching words and their meanings. Made with Vue js

Vue.js-based web application for learning and practicing word definitions
Features include user-friendly interface, fast loading times, responsive design, real-time data, and theme toggling

Stefangny Waltergheist (@stephaniewalter.bsky.social)

The profile emphasizes fun and creativity over serious work engagement.

Matt Maiocco (@mattmaiocco.bsky.social)

Bluesky is an interactive web application that relies heavily on JavaScript for its full functionality.

3D Print Designer Web Application using Vue.js

Node.js and npm are required to run the 3D Print Designer Web Application.
Vue CLI is used to install the necessary dependencies for the application.

Using Generative AI to Detect Cat Breeds

The author created a web application using Google's Gemini AI to identify cats in pictures.
The front end of the application uses a native web platform feature to access the user's camera or allow file selection.

A Random Recipe App built in Nuxt

The Nuxt Random Recipe App is a small recipe application developed in Nuxt for a live-coding session at Vue.js Nation 2024.
The app showcases various features and technologies associated with Nuxt and follows best practices for building modern web applications.

A dictionary web app for researching words and their meanings. Made with Vue js

Vue.js-based web application for learning and practicing word definitions
Features include user-friendly interface, fast loading times, responsive design, real-time data, and theme toggling

Stefangny Waltergheist (@stephaniewalter.bsky.social)

The profile emphasizes fun and creativity over serious work engagement.

Matt Maiocco (@mattmaiocco.bsky.social)

Bluesky is an interactive web application that relies heavily on JavaScript for its full functionality.
moreweb-application

Easy HTTP status codes in Python

The most useful test for a web application is a test that verifies a response with an HTTP status code of 200 OK.
HTTP status codes can be confusing and it's important to understand their meanings and distinctions.

Social Media Text Prepper

Generative AI platforms like ChatGPT 4 allow users to create web applications without knowing programming languages.
A STEM teacher created a web application called 'Social Media Text Prepper' to solve problems with character limits on social media platforms.

How to Perform User Authentication with Flask-Login - SitePoint

Flask-Login is an extension in Flask that handles user login and logout functionality and keeps track of the current user(s) throughout the application.
Flask-Login provides features such as user session management, login and logout functionality, user loader callback, and authentication and authorization.
By using Flask-Login, developers can easily implement secure user authentication in their Flask applications.
[ Load more ]